print print 'Status: 200 OK' print 'Content-type: text/html' print print 'Python Sample CGI' print '' print '

This is a header

' print '

note:this is only a test.' print '
' print ''